home *** CD-ROM | disk | FTP | other *** search
/ Mess With 10 / Mess With 10.iso / mac / SubMenu3.DIR / 00227_Script_227 < prev   
Text File  |  1996-12-18  |  227b  |  9 lines

  1. on mouseUp
  2.   put 22 into field "PhotoCUR_T"
  3.   put 1 into field "PhotoGRP2_T"
  4.   global G_PLAY
  5.   set G_PLAY = TRUE
  6.   put "MENU1" into field "ReturnName_T"
  7.   put "SUBMENU3" into field "JumpName_T"
  8.   go to movie "P_BRO"
  9. end